'Declaration Public Overloads Sub Outline( _ ByVal worldTransform As System.Nullable(Of Matrix3x2), _ ByVal flatteningTolerance As System.Single, _ ByVal geometrySink As GeometrySink _ )
public void Outline( System.Nullable<Matrix3x2> worldTransform, System.float flatteningTolerance, GeometrySink geometrySink )
Parameters
- worldTransform
- The transform to apply to the geometry outline, or NULL.
- flatteningTolerance
- The maximum bounds on the distance between points in the polygonal approximation of the geometry. Smaller values produce more accurate results but cause slower execution.
- geometrySink
- The SimplifiedGeometrySink to which the geometry's transformed outline is appended.
Return Value
If the method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.